Pro Android 4 by Satya Komatineni & Dave MacLean
Author:Satya Komatineni & Dave MacLean
Language: eng
Format: epub
Publisher: Apress®
Published: 2012-02-18T16:00:00+00:00
To understand how you specify these types, you have to look at the definition (partially specified in Listing 18–2) of the AsyncTask class.
Listing 18–2. A Quick Look at the AsyncTask Class Definition
public class
AsyncTask<Params, Progress, Result>
{
//A client will call this method
AsyncTask<Params, Progress, Result>
execute(Params.... params);
//Do your work here
//Frequently trigger onProgressUpdate()
Result doInBackGround(Params... params);
//Callback: After the work is complete
void onPostExecute(Result result);
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(6537)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6420)
Kotlin in Action by Dmitry Jemerov(5068)
Odoo 15 Development Essentials - Fifth Edition by Daniel Reis & Greg Mader(3369)
Odoo 15 Development Essentials by Daniel Reis(2816)
React Native - Building Mobile Apps with JavaScript by Novick Vladimir(2532)
Learning Angular - Second Edition by Christoffer Noring(2361)
Pride and Prejudice by Jane Austen(2351)
Mobile Forensics Cookbook by Igor Mikhaylov(2020)
Computers For Seniors For Dummies by Nancy C. Muir(2001)
Bulletproof Android: Practical Advice for Building Secure Apps (Developer's Library) by Godfrey Nolan(1875)
Android Development with Kotlin by Marcin Moskala & Igor Wojda(1800)
Building Android UIs with Custom Views by Raimon Ràfols Montané(1792)
1936941139 (N) by Bob Rosenthal(1734)
Building Progressive Web Apps: Bringing the Power of Native to the Browser by Ater Tal(1728)
Hands-On Internet of Things with MQTT by Tim Pulver(1709)
Android App Development by Franceschi Hervé J.;(1707)
Ember.js in Action by Joachim Haagen Skeie(1690)
Hands-On Design Patterns with React Native by Mateusz Grzesiukiewicz(1657)
